object MPEGConfig_ZoomWindowForm: TMPEGConfig_ZoomWindowForm Left = 483 Top = 115 Width = 152 Height = 191 BorderStyle = bsSizeToolWin Caption = 'Zoom view' Color = clBtnFace Constraints.MaxHeight = 319 Constraints.MaxWidth = 280 Constraints.MinHeight = 191 Constraints.MinWidth = 152 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False Scaled = False OnCreate = FormCreate OnDestroy = FormDestroy OnHide = FormHide OnKeyDown = FormKeyDown OnResize = FormResize OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object PreviewBevel: TBevel Left = 7 Top = 7 Width = 130 Height = 130 Anchors = [akLeft, akTop, akRight, akBottom] end object PreviewBox: TDXPaintBox Left = 8 Top = 8 Width = 128 Height = 128 Anchors = [akLeft, akTop, akRight, akBottom] AutoStretch = False Center = False KeepAspect = False Stretch = True ViewWidth = 0 ViewHeight = 0 end object ZoomRadioButton4: TRadioButton Tag = 4 Left = 52 Top = 143 Width = 41 Height = 17 Anchors = [akBottom] Caption = '4 x' TabOrder = 1 OnClick = ZoomRadioButtonClick end object ZoomRadioButton6: TRadioButton Tag = 6 Left = 96 Top = 143 Width = 41 Height = 17 Anchors = [akBottom] Caption = '6 x' TabOrder = 2 OnClick = ZoomRadioButtonClick end object ZoomRadioButton2: TRadioButton Tag = 2 Left = 8 Top = 143 Width = 41 Height = 17 Anchors = [akBottom] Caption = '2 x' TabOrder = 0 OnClick = ZoomRadioButtonClick end end